home *** CD-ROM | disk | FTP | other *** search
- ProductName="Europress GCSE Physics demo"
- productMenuName="GCSE Physics"
- ProductVersion="1.4"
-
- InstallTitle=$ProductName$&" Installation"
-
- DefaultInstallDrive=$windowDrive$
- DefaultInstallDirectory="\Program Files\GCSE DEMO"
-
- mathsDeleteInformation="Physics.del"
- programGroupName="Europress GCSE Demo"
- programMainMenuName="GCSE Physics"
- productHelpFileDir="\Physics\"
- productReadMeFile="\Physics\readme.txt"
- productExecutable="\Physics\Physics.exe"
- productSubDirectory="\Physics"
- productDataName="demo_Physics_data_file"
-
- 'Find out the last installation directory
- checkKey=".DPP"
-
- '############################################################
- '####### Beyond this point there is nothing to modify #######
- '############################################################
-
-
- <PromptUser>
-
- productInstallDirectory=$installDirectory$&$productSubDirectory$
-
- ' **************************************
- ' ******** COPY ALL THESE FILES ********
- ' **************************************
-
- shared=false
-
- ' product executable
- copy $productExecutable$,$InstallDirectory$&"\"&$productExecutable$
-
- ' uninstall program
- copy "dgcsedel.exe",$windowDirectory$&"\"&"dgcsedel.exe"
-
- ' uninstall information
- copy $mathsDeleteInformation$,$installDirectory$&"\"&$mathsDeleteInformation$
-
- copy "physics.hlp",$installDirectory$&"\physics\physics.hlp"
-
- ' The Ocx's
- copy "OCXs\COMDLG32.OCX",$windowSystem$&"\COMDLG32.OCX"
- copy "OCXs\TABCTL32.OCX",$windowSystem$&"\TABCTL32.OCX"
- copy "OCXs\RICHTX32.OCX",$windowSystem$&"\RICHTX32.OCX"
- copy "OCXs\COMCTL32.OCX",$windowSystem$&"\COMCTL32.OCX"
- copy "OCXs\DBLIST32.OCX",$windowSystem$&"\DBLIST32.OCX"
- copy "OCXs\DBGRID32.OCX",$windowSystem$&"\DBGRID32.OCX"
- copy "OCXs\MCI32.OCX",$windowSystem$&"\MCI32.OCX"
-
- ' The Dll's
- copy "dlls\SATtrans.dll",$windowSystem$&"\SATtrans.dll"
- copy "dlls\RichEd32.dll",$windowSystem$&"\RichEd32.dll"
- copy "dlls\DAO350.DLL",$windowSystem$&"\DAO350.DLL"
- copy "dlls\MSJtEr35.dll",$windowSystem$&"\MSJtEr35.dll"
- copy "dlls\MSJInt35.dll",$windowSystem$&"\MSJInt35.dll"
- copy "dlls\MSVCRT40.dll",$windowSystem$&"\MSVCRT40.dll"
- copy "dlls\MSJet35.dll",$windowSystem$&"\MSJet35.dll"
- copy "dlls\VBAJet32.dll",$windowSystem$&"\VBAJet32.dll"
- copy "dlls\VB5DB.dll",$windowSystem$&"\VB5DB.dll"
- copy "dlls\MSRD2x35.dll",$windowSystem$&"\MSRD2x35.dll"
- copy "dlls\MsRepl35.dll",$windowSystem$&"\MsRepl35.dll"
- copy "dlls\ODBCJt32.dll",$windowSystem$&"\ODBCJt32.dll"
- copy "dlls\ODBCJI32.dll",$windowSystem$&"\ODBCJI32.dll"
- copy "dlls\ODBCTL32.dll",$windowSystem$&"\ODBCTL32.dll"
-
- readLibraryVersion=false
-
-
- '******
-
- 'Create The main menu link
- ProgramItem=$programGroupName$&"\"&$programMainMenuName$,$installDirectory$&"\Physics\Physics.exe"
-
- 'Create Maths component link
- 'ProgramItem=$programGroupName$&"\"&$productMenuName$&"\"&$productMenuName$,$installDirectory$&$productExecutable$
-
- 'Create Remove part/all GCSE component link
- 'programItem=$programGroupName$&"\Uninstall",$windowDirectory$&"\gcsedel.exe"
-
- shared=false
- 'copy "readme.txt",$windowMenuPrograms$&"\"&$programGroupName$&"\readme.txt"
- 'copy $productReadMeFile$,$windowMenuPrograms$&"\"&$programGroupName$&"\"&$productReadMeFile$
-
- addKey=$ProductDataName$
-